home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Loadstar 243
/
243.d81
/
t.clips coms
< prev
next >
Wrap
Text File
|
2022-08-26
|
4KB
|
118 lines
u
CLIPS COMMAND SHEET
by Dave Moorman
Com Action Syntax Comments
------------------------------------
@ Set Label @Label Also REM
------------------------------------
^ Set Do
------------------------------------
_ Loop to Do
------------------------------------
# Exit Do-Loop
------------------------------------
< Commands
------------------------------------
<cb#> Border # = 0-15
------------------------------------
<cc#> Caption Graphics
------------------------------------
<ce#> Edge Caption Graphics
------------------------------------
<cr#> Reverse Edge Graphics
------------------------------------
<cf#> Frame Text
------------------------------------
<ck#> Background All
------------------------------------
<ct#> Text Text
------------------------------------
<cv0> Reverse Off Graphic
------------------------------------
<cv1> Reverse On Graphic
------------------------------------
<d> Display Graphic
------------------------------------
<dc#> Add Caption #=lines
------------------------------------
<e> End Presentation
------------------------------------
<ft#> Show FTS Loaded to #
------------------------------------
<fs#> Font for Screen from #
------------------------------------
<fg#> Font for Graphic from #
------------------------------------
<fn> Font Normal
------------------------------------
<g@label> Go to @label
------------------------------------
<j#> Jiffie Counter Set to #
------------------------------------
<k> Get Keypress (Does not wait)
------------------------------------
<kC Check for keypress C=char
------------------------------------
<k\# Check for F# key press
------------------------------------
<k\m+ Check if music is on
------------------------------------
<k\m- Check if music is off
------------------------------------
<k\r Check for RETURN keypress
------------------------------------
<k\s Check for SPACE keypress
------------------------------------
<k\# Check for NO keypress
------------------------------------
<k\(vov) Check for comparison
v = variable or number
o = =,>,<, or A (for AND)
------------------------------------
> End Konditional Command Area
------------------------------------
<lg"graphfile"> Load SHP graphic
------------------------------------
<l#"file"> Load to buffer # (1-3)
------------------------------------
<m+#> Music Start from Buffer #
------------------------------------
<mp> Music Pause
------------------------------------
<mr> Music Resume
------------------------------------
<m-> Music Off
------------------------------------
<ma> Music Again
------------------------------------
<p#> Pause for # Jiffies
------------------------------------
<sw#> Switch to script in buffer#
------------------------------------
<ss#> Sub to script in buffer #
------------------------------------
<sr> Return fom Sub script
------------------------------------
<tn> Begin New Text Region
------------------------------------
<te> Begin Extended Text Region
------------------------------------
<v> View Text
------------------------------------
<w> Wait for keypress or number
of jiffies to continue.
------------------------------------
<vv=VAL> Set Variable to VAL
All vars begin with "v"
VAL can be any BASIC value
assignment.
------------------------------------
A AND (v1=v1 A 128)
O OR (v2=v2 O 64)
N NOT (v3=v2 A N 128)
------------------------------------